home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / com_net / tcp / amitcp / netinclude / arpa / inet.h < prev    next >
C/C++ Source or Header  |  2000-01-01  |  512b  |  30 lines

  1. #ifndef ARPA_INET_H
  2. #define ARPA_INET_H
  3. /*
  4.  * $Id: inet.h,v 1.6 1993/07/07 14:57:56 too Exp jraja $
  5.  *
  6.  * Copyright © 1993 AmiTCP/IP Group, <amitcp-group@hut.fi>
  7.  *                  Helsinki University of Technology, Finland.
  8.  *                  All rights reserved.
  9.  *
  10.  * Inet Library Functions 
  11.  *
  12.  */
  13.  
  14. #ifndef KERNEL
  15.  
  16. #ifndef IN_H
  17. #include <netinet/in.h>
  18. #endif
  19.  
  20. /*
  21.  * Include socket protos/inlines/pragmas
  22.  */
  23. #ifndef BSDSOCKET_H
  24. #include <bsdsocket.h>
  25. #endif
  26.  
  27. #endif /* !KERNEL */
  28.  
  29. #endif /* ARPA_INET_H */
  30.